SftTabs/NET 6.0

ScrollingStyle Enumeration

Softel vdm, Inc.

Defines identifiers to specify the scroll button layout.

Syntax      ScrollingStyle Enumeration (Softelvdm.SftTabsNET)

VB   

Public Enum ScrollingStyle

C#   

public enum ScrollingStyle

C++   

public enum class ScrollingStyle


Member

Value

Description

None

0

Scroll buttons are never shown and scrolling is not possible.

AlwaysRight

1

Scroll buttons are always shown on the right (or bottom) of the control.

AlwaysLeft

2

Scroll buttons are always shown on the left (or top) of the control.

CondRight

3

Scroll buttons are shown on the right (or bottom) of the control if scrolling is possible.

CondLeft

4

Scroll buttons are shown on the left (or top) of the control if scrolling is possible.

Hide

5

Scroll buttons are hidden even if scrolling is possible.

Comments

The ScrollingStyle enumeration defines identifiers to specify the scroll button layout.

The Scrolling.Style property uses this enumeration.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com